home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor10.db < prev    next >
Encoding:
Text File  |  2002-09-25  |  1.2 KB  |  44 lines

  1. @@title WikiWriter Tutorial: Insert graphics
  2.  
  3. .nav WikiWriter Tutorial: ((tutor09|Prev)) | ((tutor00|Up)) | ((tutor11|Next))
  4.  
  5. .end
  6.  
  7. == Insert graphics
  8.  
  9.  
  10.  
  11. Use typical HTML to call in an image:
  12.  
  13. <pre> <img src="frog.gif">
  14.  
  15. </pre>
  16.  
  17. gives you <img src="frog.gif">
  18.  
  19.  
  20.  
  21. All need are the graphics and a directory for them to live in. [[b WikiWriter]] comes with a handful of sample graphics in a directory called "images". Copy this directory into your project folder so you can add a little decoration to [[b Second Page]] like this:
  22.  
  23. <pre>
  24.  
  25. .plan
  26.  
  27. .cent
  28.  
  29. == <img src="rednext.gif"> My second page. <img src="redprev.gif">
  30.  
  31. .end
  32.  
  33. .end
  34.  
  35. .result
  36.  
  37. # Link back to ((Home)). - [[b a good place to start]]
  38.  
  39. # This link goes to the ((Third Page|next)) page. - [[rev still needs some work]]
  40.  
  41. /#
  42.  
  43. .end
  44.  
  45. </pre>
  46.  
  47.  
  48.  
  49. Stunning:
  50.  
  51.  
  52.  
  53. .result
  54.  
  55. .plan
  56.  
  57. .cent
  58.  
  59. == <img src="rednext.gif"> My second page. <img src="redprev.gif">
  60.  
  61. .end
  62.  
  63. .end
  64.  
  65. .result
  66.  
  67. # Link back to ((Home)). - [[b a good place to start]]
  68.  
  69. # This link goes to the ((Third Page|next)) page. - [[rev still needs some work]]
  70.  
  71. /#
  72.  
  73. .end
  74.  
  75. .end
  76.  
  77. .nav WikiWriter Tutorial: ((tutor09|Prev)) | ((tutor00|Up)) | ((tutor11|Next))
  78.  
  79. .end
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.